html {
    position: relative;
    min-height: 100%;
	min-height: calc(100vh - 90px) !important;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 90px !important;
	min-height: calc(100vh - 90px) !important;
}
footer {
    position: absolute !important;
    bottom: 0; 
    width: 100%;
     /* Set the fixed height of the footer here */
    height: 90px;
    line-height: 90px !important; /* Vertically center the text there */
    background-color: #ffffff;
	margin-bottom: 0px !important;
}

.navbar {
    padding-right: 15px;
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto; 
}

#Form > footer > div > div.float-left {
	padding-top: 15px;
}

